/*** 重置样式 ***/
body,html{font-size:14px;font-family:'Microsoft YaHei';}
.cf:after {content:"";overflow:hidden;display:block;clear:both;*zoom:1}
*{margin:0;padding:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
input,textarea{font-size:14px;font-family:'Microsoft YaHei';overflow:auto;}
input,textarea,img{outline:none}
.center{text-align:center}
a{text-decoration:none}
li{list-style:none}
img{border:none}
.fr{float:right}
.fl{float:left}


/*** 公共样式 ***/
body{width:100%;min-width:1200px;}
.inner{margin:0 auto;width:1200px;}
.header{position:relative;z-index:2;height:100px;background:#fff;}
.header .inner{position:relative;}
.header .logo a,
.header .logo img{display:block;height:100px;}
.header .nav{overflow:hidden;line-height:80px;text-align:center;}
.header .nav li{float:left;font-size:15px;}
.header .nav li a{display:block;height:80px;color:#4d4f63;width:100px;padding-top:20px;}
.header .nav li.on a,
.header .nav li:hover a{background:#629715;color:#fff;}
.header .topbar{position:absolute;right:0;top:10px;height:30px;}
.header .topbar .hotline img{padding-top:2px;display:block;}
.header .topbar .tb a{display:block;padding-left:20px;padding-top:4px;}
.header .topbar .tb a img{display:block;background:#fff;border-radius:3px;}

.subnav{position:absolute;z-index:1;left:0;top:60px;width:100%;height:40px;line-height:40px;background:rgba(0,0,0,.2);background:#333\9;filter:alpha(opacity=80)\9;transition:top 300ms ease}
.subnav.on{top:100px;}
.subnav a{font-size:14px;color:#fff;padding:0 25px;}
.subnav a:hover{color:#9ec15e;}
.subnav .subitem{display:none;}
.subnav .subitem.on{display:block;}
.subnav .lid1{padding-left:494px;}
.subnav .lid5{padding-left:560px;}
.subnav .lid10{padding-left:584px;}
.subnav .lid16{padding-left:898px;}
.subnav .lid19{padding-left:892px;}
.subnav .lid27{padding-left:1094px;}

.footer{margin-top:2px;border-top:1px solid #53a6f6;height:120px;overflow:hidden;background:url('../images/footer-bg.jpg') no-repeat center;}
.footer .logo{padding-top:36px;margin-left:68px;}
.footer .logo a,
.footer .logo img{display:block;}
.footer .logo img{width:160px;}
.footer .col1 .text{margin-left:15px;margin-top:10px;}
.footer .col1 .cn{padding-top:32px;font-size:12px;line-height:20px;color:#686868;}
.footer .col1 .en{font-size:12px;line-height:16px;color:#9d9d9d;}
.footer .col2{margin-left:25px;padding-top:40px;font-size:12px;color:#4d4f63;}
.footer .col2 ul{height:40px;padding-right:25px;}
.footer .col2 li{float:left;height:40px;line-height:40px;padding:0 10px 0 50px;border-left:1px solid #bcbdc3;background:url('') no-repeat 15px center;}
.footer .col2 li.address{line-height:40px;background-image:url('../images/icon-address.png');}
.footer .col2 li.tel{background-image:url('../images/icon-tel.png');}
.footer .col2 li.email{background-image:url('../images/icon-email.png');}
.footer .col3{margin-left:15px;width:170px;}
.footer .col3 .icons{padding-top:28px;font-size:0;}
.footer .col3 .icons a{display:inline-block;width:38px;height:38px;margin:0 8px;background:url('') no-repeat center;}
.footer .col3 .icons a.icon-wb{background-image:url('../images/icon-wb.png');}
.footer .col3 .icons a.icon-qq{background-image:url('../images/icon-qq.png');}
.footer .col3 .icons a.icon-wx{background-image:url('../images/icon-wx.png');}
.footer .col3 .icp{font-size:12px;text-align:center;color:#686868;line-height:126px;}



.footer-home{height:180px;padding-top:60px;text-align:center;background:url('../images/footer-bg.jpg') no-repeat center;}
.footer-home .logo a,
.footer-home .logo img{display:block;margin:0 auto;}
.footer-home .cn{padding-top:24px;font-size:12px;line-height:20px;color:#686868;}
.footer-home .en{font-size:12px;line-height:20px;color:#9d9d9d;}
.footer-home .icons{margin-top:40px;font-size:0;}
.footer-home .icons a{display:inline-block;width:38px;height:38px;margin:0 12px;background:url('') no-repeat center;}
.footer-home .icons a.icon-wb{background-image:url('../images/icon-wb.png');}
.footer-home .icons a.icon-qq{background-image:url('../images/icon-qq.png');}
.footer-home .icons a.icon-wx{background-image:url('../images/icon-wx.png');}

.sidebar{position:fixed;right:20px;top:70%;font-size:15px;color:#fff;text-align:center;}
.sidebar li{position:relative;margin-bottom:8px;cursor:pointer;}
.sidebar li .hd{width:40px;height:40px;border-radius:20px;background:#fff url('') no-repeat center;overflow:hidden;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.sidebar li .hd.on{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.sidebar li.sb1 .hd{background-image:url('../images/side-qq.png');}
.sidebar li.sb2 .hd{background-image:url('../images/side-wx.png');}
.sidebar li.sb3 .hd{background-image:url('../images/side-tb.png');}
.sidebar li .hd a{display:block;width:100%;height:100%;}
.sidebar li .bd{visibility:hidden;opacity:0;position:absolute;padding-right:15px;right:80%;top:50%;margin-top:-55px;width:110px;height:110px;transition:right 700ms ease 0s,opacity 700ms ease 0s,visibility 0s ease 700ms;}
.sidebar li .bd:after{position:absolute;content:'';right:10px;top:50%;margin-top:-3px;border-left:6px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent;}
.sidebar li .bd img{display:block;width:100%;height:100%;border-radius:5px;overflow:hidden;}
.sidebar li:hover .bd{display:block;right:100%;visibility:visible;opacity:1;transition:right 700ms ease 0s,opacity 700ms ease 0s,visibility 0s ease 0s;}


.pages{margin:40px 0;color:#4e2b13;text-align:center;font-size:0;}
.pages a{display:inline-block;margin:0 5px;padding:5px 10px;background:#fff;color:#777;font-size:12px;border:1px solid #ddd;}
.pages a:hover,.pages a.on{color:#fff;background:#4c842c;border-color:#4c842c;}


/*** 首页样式 ***/
.home .header .nav li.lid0 a{background:#629715;color:#fff;}

.home .fullslide{position:relative;}
.home .fullslide .bd,
.home .fullslide .bd ul,
.home .fullslide .bd li{width:100%!important;}
.home .fullslide .bd ul,
.home .fullslide .bd li{position:relative;padding-bottom:35%;height:0!important;}
.home .fullslide .bd li img{position:absolute;left:0;top:0;width:100%;height:100%;}
.home .fullslide .hd{position:absolute;bottom:25px;width:100%;height:5px;text-align:center;font-size:0;}
.home .fullslide .hd li{margin:0 7px;display:inline-block;*zoom:1;*display:inline;vertical-align:top;width:65px;height:5px;margin:0 12px;background:#fff;text-indent:-100em;overflow:hidden;cursor:pointer;}
.home .fullslide .hd li.on{background:#5c930d;}
.home .fullslide .prev,
.home .fullslide .next{position:absolute;display:block;width:40px;height:80px;text-align:center;line-height:80px;font-size:80px;color:#fff;top:0;bottom:0;margin:auto;font-family:'宋体';opacity:.5;}
.home .fullslide .prev{left:5%;}
.home .fullslide .next{right:5%;}

.home .row1{margin-top:6px;height:400px;color:#fff;overflow:hidden;background:url('../images/row1-bg.jpg') no-repeat center;}
.home .row1 .hd{margin-left:220px;width:356px;padding:80px 40px 0 0;text-align:right;}
.home .row1 .hd .cn{font-size:24px;line-height:44px;}
.home .row1 .hd .en{font-size:60px;line-height:88px;font-weight:bold;}
.home .row1 .hd .more{margin-top:80px;display:block;width:130px;height:40px;text-align:center;line-height:40px;font-size:15px;background:#56a700;color:#fff;border-radius:5px;}
.home .row1 .hd .more span{display:inline-block;vertical-align:middle;font-family:'宋体';padding-left:5px;transition:transform 400ms ease;}
.home .row1 .hd .more:hover span{transform:translateX(7px);}
.home .row1 .bd{margin-left:576px;padding:90px 30px 0 120px;font-size:16px;line-height:34px;}

.home .row2{height:400px;color:#fff;overflow:hidden;background:url('../images/row2-bg.jpg') no-repeat center;}
.home .row2 .hd{margin-right:194px;width:360px;padding:50px 0 0 40px;}
.home .row2 .hd .cn{font-size:24px;line-height:44px;}
.home .row2 .hd .en{font-size:60px;line-height:88px;font-weight:bold;}
.home .row2 .hd .more{margin-top:80px;display:block;width:130px;height:40px;text-align:center;line-height:40px;font-size:15px;background:#1388eb;color:#fff;border-radius:5px;}
.home .row2 .hd .more span{display:inline-block;vertical-align:middle;font-family:'宋体';padding-left:5px;transition:transform 400ms ease;}
.home .row2 .hd .more:hover span{transform:translateX(7px);}
.home .row2 .bd{margin-right:582px;padding:45px 50px 0;}
.home .row2 .bd li{transition:transform 400ms ease;}
.home .row2 .bd li a{display:block;padding:10px 0;color:#fff;}
.home .row2 .bd li .newstime{position:relative;font-size:16px;line-height:36px;font-weight:bold;font-family:arial}
.home .row2 .bd li .newstime:after{position:absolute;content:'';right:-22px;top:16px;width:15px;height:2px;background:#fff;}
.home .row2 .bd li .text{margin-left:110px;}
.home .row2 .bd li .text .title{font-size:16px;font-weight:bold;height:36px;line-height:36px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.home .row2 .bd li .text .smalltext{font-size:12px;line-height:22px;height:44px;overflow:hidden;}
.home .row2 .bd li:hover{transform:translateX(20px);}

.home .row3{height:690px;color:#fff;overflow:hidden;background:url('../images/row3-bg.jpg') no-repeat center;}
.home .row3 .hd{width:480px;padding:60px 40px 0 0;text-align:right;}
.home .row3 .hd .cn{font-size:24px;line-height:44px;}
.home .row3 .hd .en{font-size:60px;line-height:88px;font-weight:bold;}
.home .row3 .hd .more{margin-top:110px;display:block;width:130px;height:40px;text-align:center;line-height:40px;font-size:15px;background:#56a700;color:#fff;border-radius:5px;}
.home .row3 .hd .more span{font-family:'宋体';padding-left:5px}
.home .row3 .bd{margin-left:520px;}
.home .row3 .bd ul{overflow:hidden;}
.home .row3 .bd li{float:left;width:50%;text-align:center;filter:alpha(opacity=80)\9;}
.home .row3 .bd li a{display:block;color:#fff;height:190px;padding-top:40px;}
.home .row3 .bd li .icon{height:80px;background:url('') no-repeat center;transition:transform 700ms ease;}
.home .row3 .bd li .line{width:18px;height:2px;margin:4px auto 8px;background:#fff;}
.home .row3 .bd li .cn{font-size:22px;font-weight:bold;line-height:34px;}
.home .row3 .bd li .en{font-size:12px;line-height:16px;color:rgba(255,255,255,.8);}
.home .row3 .bd li:hover .icon{transform:rotateY(180deg);}

.home .row3 .bd li.i1{background:rgba(255,255,255,.8);background:#fff\9;}
.home .row3 .bd li.i1 .icon{background-image:url('../images/row3-icon01.png');}
.home .row3 .bd li.i1 .cn,
.home .row3 .bd li.i1 .en{color:#858a94;}
.home .row3 .bd li.i2{background:rgba(40,100,180,.9);background:#280ab4\9;}
.home .row3 .bd li.i2 .icon{background-image:url('../images/row3-icon02.png');}
.home .row3 .bd li.i3{background:rgba(25,135,233,.8);background:#1987e9\9;}
.home .row3 .bd li.i3 .icon{background-image:url('../images/row3-icon03.png');}
.home .row3 .bd li.i4{background:rgba(134,188,75,.9);background:#86bc4b\9;}
.home .row3 .bd li.i4 .icon{background-image:url('../images/row3-icon04.png');}
.home .row3 .bd li.i5{background:rgba(240,243,248,.8);background:#f0f3f8\9;}
.home .row3 .bd li.i5 .icon{background-image:url('../images/row3-icon05.png');}
.home .row3 .bd li.i5 .cn,
.home .row3 .bd li.i5 .en{color:#858a94;}
.home .row3 .bd li.i6{background:rgba(19,90,177,.7);background:#135ab1\9;}
.home .row3 .bd li.i6 .icon{background-image:url('../images/row3-icon06.png');}

.home .row4{height:160px;color:#fff;overflow:hidden;background:url('../images/row4-bg.jpg') no-repeat center;}
.home .row4 .hd{width:242px;padding-top:38px;text-align:right;}
.home .row4 .hd .cn{font-size:20px;line-height:28px;}
.home .row4 .hd .en{font-size:36px;line-height:40px;font-weight:bold;}
.home .row4 .bd{margin-left:260px;font-size:15px;line-height:24px;}
.home .row4 .bd li{float:left;margin-left:1.999999%;width:31%;height:105px;padding-left:69px;padding-top:55px;background:url('') no-repeat left center;background-size:50px auto;}
.home .row4 .bd li a{display:block;height:37px;padding-left:19px;padding-top:13px;color:#fff;border-left:2px solid #fff;}
.home .row4 .bd li.i1{width:19%;background-image:url('../images/row4-icon01.png');}
.home .row4 .bd li.i2{width:26%;background-image:url('../images/row4-icon02.png');}
.home .row4 .bd li.i3{width:24%;background-image:url('../images/row4-icon03.png');}
.home .row4 .bd li.i3 a{height:48px;padding-top:1px;}


/*** 内页公共样式 ***/
.banner{height:310px;background:url('../images/banner.jpg') no-repeat center;}
.container{margin-top:6px;padding:40px 0 30px;background:#f0f0f0;border-bottom:28px solid #6d96cd;}
.container .inner{overflow:hidden}
.container .side{width:270px;text-align:right;}
.container .side .hd{height:72px;padding-right:50px;font-weight:bold;background:#4c842c;border-bottom:8px solid #9cc645;}
.container .side .hd .cn{font-size:27px;line-height:30px;color:#fff;padding-top:12px;}
.container .side .hd .en{font-size:17px;line-height:20px;color:#7cb05e;}
.container .side .bd{position:relative;padding:15px;padding-bottom:200px;background:-moz-linear-gradient(bottom,#f0f0f0,#e2e2e2,#e2e2e2);background:-webkit-linear-gradient(bottom,#f0f0f0,#e2e2e2,#e2e2e2);background:-o-linear-gradient(bottom,#f0f0f0,#e2e2e2,#e2e2e2);background:linear-gradient(bottom,#f0f0f0,#e2e2e2,#e2e2e2);}
.container .side .bd li{margin-bottom:7px;position:relative;z-index:1;}
.container .side .bd li a{display:block;padding-right:42px;font-size:18px;color:#444;line-height:44px;height:44px;overflow:hidden;}
.container .side .bd li.on a,
.container .side .bd li:hover a{color:#ecf6d2;background:#4c842c url('../images/icon-cur.png') no-repeat 218px center;}
.container .side .bd .btn-tb{display:block;margin-top:40px;}
.container .side .bd .btn-tb img{display:block;margin:0 auto;}
.container .main .hd .en .btn-back{position:absolute;right:0;top:-40px;width:100px;height:34px;line-height:34px;background:#aaa;color:#fff;font-size:14px;font-weight:normal;text-align:center;}
.container .main .hd .en .btn-back:hover{background:#5299f6;}

.container .main{margin-left:320px;min-height:600px;}
.container .main .hd{padding:42px 0 20px;}
.container .main .hd .cn{font-size:24px;line-height:38px;color:#565656;border-bottom:1px solid #cfd0d4;}
.container .main .hd .en{font-size:30px;line-height:54px;font-weight:bold;color:#99c545;position:relative;}
.container .main .hd .en .btn-tb{position:absolute;right:0;top:0;}

.container .main .bd .sub2{margin-bottom:30px;}
.container .main .bd .sub2 a{display:inline-block;margin-right:10px;width:100px;height:34px;line-height:34px;text-align:center;background:#aaa;color:#fff;}
.container .main .bd .sub2 a:hover{background:#5299f6;}


/*** 新闻列表 ***/
.list-news .main .bd ul{background:#fff;}
.list-news .main .bd li{border-top:1px solid #eee;transition:background 200ms ease;}
.list-news .main .bd li:first-child{border:none;}
.list-news .main .bd li a{display:block;height:110px;padding:20px;}
.list-news .main .bd li .pic{width:160px;height:100%;overflow:hidden;}
.list-news .main .bd li .pic img{display:block;width:100%;height:100%;transition:transform 500ms ease;}
.list-news .main .bd li .text{margin-left:180px;}
.list-news .main .bd li .text .newstime{font-size:17px;height:24px;line-height:24px;color:#c4c5c5;}
.list-news .main .bd li .text .title{font-size:16px;line-height:36px;color:#151414;height:36px;overflow:hidden;transition:color 200ms ease;}
.list-news .main .bd li .text .title span{font-size:14px;color:#999;}
.list-news .main .bd li .text .smalltext{font-size:12px;line-height:20px;height:40px;color:#7a7a7a;overflow:hidden;}
.list-news .main .bd li:hover{background:#f7f7f7;}
.list-news .main .bd li:hover .pic img{transform:scale(1.1);}
.list-news .main .bd li:hover .text .newstime{color:#4c842c;}
.list-news .main .bd li:hover .text .title{color:#4c842c;}


/*** 视频列表 ***/
.list-video .main .bd ul{overflow:hidden;margin:0 -10px;}
.list-video .main .bd li{float:left;margin:10px;width:280px;height:200px;}
.list-video .main .bd li a{display:block;}
.list-video .main .bd li .pic{position:relative;height:160px;overflow:hidden;}
.list-video .main .bd li .pic:after{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background:url('../images/play-mask.png') no-repeat center;background-size:cover;}
.list-video .main .bd li .pic img{display:block;width:100%;height:100%;transition:transform 700ms ease;}
.list-video .main .bd li .title{height:40px;line-height:40px;overflow:hidden;font-size:12px;color:#fff;padding:0 8px 0 40px;background:#6d96cd url('../images/icon-video.png') no-repeat 10px center;}
.list-video .main .bd li .title span i{font-family:'宋体';font-style:normal;padding-left:5px;}
.list-video .main .bd li:hover .pic img{transform:scale(1.2);}


/*** 图文列表 ***/
.list-pic .main .bd ul{overflow:hidden;margin:0 -10px;}
.list-pic .main .bd li{float:left;margin:10px;width:280px;}
.list-pic .main .bd li a{display:block;}
.list-pic .main .bd li .pic{position:relative;height:165px;overflow:hidden;background:#f0f0f0;}
.list-pic .main .bd li .pic img{display:block;margin:0 auto;max-width:100%;height:100%;}
.list-pic .main .bd li .title{height:40px;line-height:40px;overflow:hidden;text-align:center;color:#232323;}
.list-pic .main .bd li:hover .title{color:#99c545;}


/*** 内刊列表 ***/
.list-publication .main .bd ul{overflow:hidden;margin:0 -25px;}
.list-publication .main .bd li{float:left;margin:10px 25px;width:260px;height:398px;}
.list-publication .main .bd li .pic{height:350px;overflow:hidden;}
.list-publication .main .bd li .pic img{display:block;width:100%;height:100%;}
.list-publication .main .bd li .title{height:48px;line-height:48px;font-size:13px;overflow:hidden;color:#696969;padding:0 15px;}
.list-publication .main .bd li .title span{color:#4c842c;}
.list-publication .main .bd li .title span i{font-family:'宋体';font-style:normal;padding-left:5px;}


/*** 服务列表 ***/
.list-service .main .bd li{margin-top:12px;height:170px;background:#fff;}
.list-service .main .bd li a{display:block;}
.list-service .main .bd li .l{width:220px;padding-top:15px;text-align:center;}
.list-service .main .bd li .l .pic{height:90px;background:url('') no-repeat center;transition:transform 0s ease 0s;}
.list-service .main .bd li .l .cn{font-size:18px;line-height:26px;font-weight:bold;color:#7b818f;}
.list-service .main .bd li .l .en{font-size:12px;line-height:18px;color:#858a94;}
.list-service .main .bd li .text{margin-left:220px;padding:25px 0;line-height:30px;color:#7b818f;}
.list-service .main .bd li .text p{margin:15px 0;padding:0 45px 0 20px;height:90px;overflow:hidden;border-left:1px solid #7b818f;}
.list-service .main .bd li:hover .l .pic{transform:rotateY(-360deg);transition:transform 800ms ease 0s;}


/*** 大事记列表 ***/
.list-events .container{padding-bottom:0}
.list-events .main .bd .list{position:relative;padding-bottom:120px}
.list-events .main .bd .list:after{position:absolute;z-index:1;left:147px;top:0;content:'';width:2px;height:100%;background:#6da34f;}
.list-events .main .bd .list .lhd{position:relative;z-index:2;height:60px;background:url('../images/icon06.jpg') no-repeat 120px top;}
.list-events .main .bd .list .item{margin-top:30px;}
.list-events .main .bd .list .item .ihd{width:130px;font-size:32px;color:#5ea3e4;height:40px;line-height:40px;cursor:pointer;background:url('../images/icon07.png') no-repeat right 30px;}
.list-events .main .bd .list .item .ihd span{font-size:20px;}
.list-events .main .bd .list .item li{position:relative;margin:15px 0 0 50px;overflow:hidden;cursor:pointer;}
.list-events .main .bd .list .item li .li-hd{position:absolute;left:0;top:50%;margin-top:-16px;width:80px;text-align:right;float:left;line-height:30px;height:32px;}
.list-events .main .bd .list .item li .li-hd:after{position:absolute;z-index:2;content:'';width:22px;height:22px;right:-29px;top:5px;background:url('../images/icon-point.png') no-repeat center;}
.list-events .main .bd .list .item li .li-hd .month{font-size:16px;font-weight:bold;color:#4c842c;}
.list-events .main .bd .list .item li .li-hd .year{font-size:13px;color:#424242;}
.list-events .main .bd .list .item li .li-bd{position:relative;margin-left:135px;font-size:16px;line-height:20px;padding:10px;color:#7b818f;}
.list-events .main .bd .list .item li:hover .li-hd:after{background-image:url('../images/icon-point-on.png');}
.list-events .main .bd .list .item li:hover .li-bd{background:#4c842c;color:#fff;}
.list-events .main .bd .list .item li:hover .li-bd:after{position:absolute;content:'';left:-10px;top:50%;margin-top:-8px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid #4c842c;}


/*** 客户列表 ***/
.list-customer .main .bd .text{margin-bottom:20px;font-size:16px;font-weight:bold;color:#565656;}
.list-customer .main .bd ul{overflow:hidden;margin:0 -5px;}
.list-customer .main .bd li{float:left;width:276px;height:210px;padding:5px;background:#fff;margin:10px 5px;background:#fff;text-align:center;}
.list-customer .main .bd li a,
.list-customer .main .bd li img{display:block;width:100%;height:100%;}


/*** 招聘列表 ***/
.list-recruit .main .bd ul{margin-top:-20px;}
.list-recruit .main .bd li{padding:20px;background:#eaeaea;}
.list-recruit .main .bd li:first-child{border:none;}
.list-recruit .main .bd li .ihd{height:30px;line-height:30px;font-size:18px;font-weight:bold;color:#5299f6;overflow:hidden;cursor:pointer;background:url('../images/icon-down.png') no-repeat 98% center;}
.list-recruit .main .bd li .ibd{display:none;padding-top:5px;line-height:32px;color:#232323;}


/*** 防治对象 ***/
.list-control .main .bd li{margin-bottom:20px;}
.list-control .main .bd li a{display:block;padding:15px 35px 15px 15px;background:#fff;overflow:hidden;}
.list-control .main .bd li .pic{width:265px;height:185px;overflow:hidden;}
.list-control .main .bd li .pic img{display:block;width:100%;height:100%;transition:all ease 500ms;}
.list-control .main .bd li .text{position:relative;margin-left:290px;height:185px;}
.list-control .main .bd li .text .title{height:30px;font-size:12px;line-height:12px;color:#b7b7b7;}
.list-control .main .bd li .text .title span{padding-right:10px;font-size:18px;line-height:30px;font-weight:bold;color:#7b818f;}
.list-control .main .bd li .text .smalltext{margin-top:15px;line-height:30px;color:#7b818f;}
.list-control .main .bd li .text .more{position:absolute;right:0;bottom:0;width:120px;height:34px;padding-left:3px;text-align:center;line-height:34px;color:#4c842c;font-weight:bold;border:1px solid #bfbfbf;border-radius:18px;transition:all ease 100ms;}
.list-control .main .bd li:hover .pic img{transform:scale(1.2);}
.list-control .main .bd li:hover .text .title{color:#333;}
.list-control .main .bd li:hover .text .title span{color:#333;}
.list-control .main .bd li:hover .text .smalltext{color:#666;}
.list-control .main .bd li .text .more:hover{background:#4c842c;color:#fff;border-color:#4c842c;}


/*** 公司简介 ***/
.detail-introduce .main .bd .row1{background:#f4f5f6;overflow:hidden;}
.detail-introduce .main .bd .row1 .l{width:540px;padding:15px 20px;font-size:14px;line-height:24px;font-weight:bold;color:#303030;}
.detail-introduce .main .bd .row1 .l img{margin-bottom:15px;display:block;}
.detail-introduce .main .bd .row1 .pic{width:300px;}
.detail-introduce .main .bd .row1 .pic img{display:block;width:100%;}
.detail-introduce .main .bd .row2{background:#fff;overflow:hidden;}
.detail-introduce .main .bd .row2 .l{width:540px;padding:20px;color:#363535;line-height:22px;}
.detail-introduce .main .bd .row2 .l .lhd{font-size:16px;font-weight:bold;}
.detail-introduce .main .bd .row2 .l .lbd .part1{padding:8px 0;border-bottom:1px solid #e6e6e6}
.detail-introduce .main .bd .row2 .l .lbd .part1 .l1{font-weight:bold;}
.detail-introduce .main .bd .row2 .l .lbd .part1 .l2{font-weight:bold;color:#89b633;}
.detail-introduce .main .bd .row2 .l .lbd .part1 .l3{font-size:12px;}
.detail-introduce .main .bd .row2 .l .lbd .part2{margin-top:8px;font-size:12px;line-height:26px;}
.detail-introduce .main .bd .row2 .l .lbd .part2 span{font-size:14px;font-weight:bold;}
.detail-introduce .main .bd .row2 .pic{width:300px;}
.detail-introduce .main .bd .row2 .pic img{display:block;width:100%;}


/*** 文章详情页 ***/
.detail-article .main .bd{line-height:30px;color:#4f4f4f;}
.detail-article .main .bd img{max-width:100%;}


/*** 新闻详情页 ***/
.detail-news .main .bd{padding:0 30px;background:#fff;}
.detail-news .main .bd .dhd{padding:32px 0 12px;text-align:center;border-bottom:1px solid #cfcfcf;}
.detail-news .main .bd .dhd .title{font-size:18px;line-height:24px;padding:5px 0;color:#151414;}
.detail-news .main .bd .dhd .info{font-size:12px;color:#a0a0a0;line-height:22px;}
.detail-news .main .bd .dbd{padding:30px 0;line-height:30px;color:#4f4f4f;}
.detail-news .main .bd .dbd img{max-width:100%;vertical-align:top}


/*** 地理位置 ***/
.detail-map .main .bd{padding-bottom:40px;}
.detail-map .main .bd .contact{overflow:hidden;}
.detail-map .main .bd .contact .l{width:500px;padding-left:30px;height:265px;background:#fff;}
.detail-map .main .bd .contact .l .welcome{padding-top:15px;font-size:20px;font-weight:bold;line-height:30px;color:#5299f6;}
.detail-map .main .bd .contact .l .lhd{margin-top:30px;line-height:18px;}
.detail-map .main .bd .contact .l .lhd .cn{color:#4c4c4c;font-weight:bold;}
.detail-map .main .bd .contact .l .lhd .en{font-size:12px;color:#9f9e9e;}
.detail-map .main .bd .contact .l .lbd{margin-top:15px;line-height:30px;color:#4d4f63;}
.detail-map .main .bd .contact .l .lbd p{padding-left:30px;background:url('') no-repeat left center;}
.detail-map .main .bd .contact .l .lbd .address{background-image:url('../images/icon01.png')}
.detail-map .main .bd .contact .l .lbd .tel{background-image:url('../images/icon02.png')}
.detail-map .main .bd .contact .l .lbd .email{background-image:url('../images/icon03.png')}
.detail-map .main .bd .contact .l .lbd .zip{background-image:url('../images/icon04.png')}

.detail-map .main .bd .contact .r{width:280px;height:265px;padding-left:60px;background:#fff;}
.detail-map .main .bd .contact .r .rhd{padding-top:20px;color:#4d4f63;line-height:24px;}
.detail-map .main .bd .contact .r .rhd .tel{font-size:25px;color:#a7b327;height:30px;line-height:30px;padding-left:40px;background:url('../images/icon05.png') no-repeat left center;}
.detail-map .main .bd .contact .r .rbd{margin-top:20px;}
.detail-map .main .bd .contact .r ul{overflow:hidden;text-align:center;}
.detail-map .main .bd .contact .r li{float:left;width:100px;margin-right:13px;}
.detail-map .main .bd .contact .r li img{display:block;width:100%;overflow:hidden;border:1px solid #d3d3d3;}
.detail-map .main .bd .contact .r li p{margin-top:12px;font-size:12px;line-height:20px;color:#707070;}
.detail-map .main .bd .contact .r .btn-tb{margin-top:18px;margin-left:50px;width:120px;display:block;}
.detail-map .main .bd .contact .r .btn-tb img{display:block;margin:0 auto;}

.detail-map .main .bd .map{margin-top:10px;height:400px;border:2px solid #fff;border-radius:2px;}
